[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
     $'      The string following whatever  was  matched  by  the
             last  pattern match (not counting any matches hidden
             within a BLOCK  or  eval  enclosed  by  the  current
             BLOCK).    (Mnemonic:   '  often  follows  a  quoted
             string.)  Example:

                  $_ = 'abcdefghi';
                  /def/;
                  print "$`:$&:$'\n";      # prints abc:def:ghi

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson